home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- public class DebugWriter$ElemProxy extends DebugWriter.DeclProxy {
- // $FF: synthetic field
- final DebugWriter this$0;
- ElementDeclaration decl;
- DebugWriter.AttrProxy attrProxy;
-
- DebugWriter$ElemProxy(DebugWriter var1) {
- super(var1);
- this.this$0 = var1;
- this.attrProxy = new DebugWriter.AttrProxy(this.this$0);
- }
-
- DebugWriter$ElemProxy(DebugWriter var1, ElementDeclaration var2) {
- super(var1);
- this.this$0 = var1;
- this.attrProxy = new DebugWriter.AttrProxy(this.this$0);
- this.setDecl(var2);
- }
-
- void setDecl(ElementDeclaration var1) {
- this.decl = var1;
- super.setDecl(var1);
- }
-
- public void write(SXE var1, boolean var2) {
- var1.writeElem("ElementDeclaration");
- ((DebugWriter.DeclProxy)this).writeDeclProps(var1);
- if (var2) {
- ((DebugWriter.DeclProxy)this).writeComments(var1, this.decl.getComments());
- }
-
- var1.flush("ElementDeclaration");
- }
- }
-